Developer --> Technical Publications
PATHHardware Documentation > USB Devices > Mac OS USB DDK API Reference


HID Report Descriptor Structure

The USB HID report descriptor is of this form:

struct USBHIDReportDesc {
    UInt8 hidDescriptorType;
    UInt8 hidDescriptorLengthLo;
    UInt8 hidDescriptorLengthHi;
};

© 1999 Apple Computer, Inc.

Previous | Back Up One Level | Next | Show Frames | Hide Frames